home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / menu / BUGS next >
Encoding:
Text File  |  2010-09-06  |  832 b   |  25 lines

  1. Reporting menu bugs
  2. ---------------------
  3.  
  4. If you are reporting a bug about the way menus are displayed, please
  5. provide the name and version of the window manager (or menu manager)
  6. you use. You can use the output of 
  7. dpkg-query -l <window manager package name>
  8.  
  9. -----------------------
  10. If you have a difficult to reproduce problem with install-menu
  11. -----------------------
  12.  
  13. # update-menus --stdout > /tmp/menu-stdin
  14. # bzip2 /tmp/menu-stdin
  15. # tar -cvf /tmp/tar.tar /tmp/menu-stdin.bz2 #and any other interesting file
  16. # uuencode /tmp/tar.tar /tmp/tar.tar | mail -s tar.tar menu@packages.debian.org
  17.  
  18. If you want to try out a menu-method yourselve several times
  19. (with minor changes etc), you can use the /tmp/menu-stdin file
  20. this way to start your menu-method without starting update-menus:
  21.  
  22. /etc/menu-methods/my_wm < /tmp/menu-stdin
  23.  
  24.  
  25.